-
Notifications
You must be signed in to change notification settings - Fork 119
chore(website): update code editor library with editable code block info #4290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(website): update code editor library with editable code block info #4290
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
View your CI Pipeline Execution ↗ for commit b500842.
☁️ Nx Cloud last updated this comment at |
Size Change: 0 B Total Size: 1.12 MB ℹ️ View Unchanged
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit b500842:
|
Paste
|
Project |
Paste
|
Branch Review |
website-update-code-editor-library-with-code-block
|
Run status |
|
Run duration | 04m 12s |
Commit |
|
Committer | PixeledCode |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
67
|
View all changes introduced in this branch ↗︎ |
For fully styled components, use the <Anchor href="https://paste.twilio.design/components/editable-code-block">Editable Code Block</Anchor>. Or if you don't need editing functionality, use the <Anchor href="https://paste.twilio.design/components/code-block">Code Block</Anchor>. | ||
</CalloutText> | ||
</Callout> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added a marginY
on the callout component like we do in other places
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ooh, thank you!
Paste
|
Project |
Paste
|
Branch Review |
website-update-code-editor-library-with-code-block
|
Run status |
|
Run duration | 07m 41s |
Commit |
|
Committer | Sarah |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
125
|
View all changes introduced in this branch ↗︎ |
…nfo (#4290) * chore(website): update code editor library with editable code block info * chore: align max width values * chore: add Anchor import to code editor library page * chore(website): add marginY for callout --------- Co-authored-by: PixeledCode <ashoaib540918@gmail.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Update max width guidelines: https://paste-docs-git-website-update-code-editor-library-aaf3f8-twilio.vercel.app/foundations/spacing-and-layout#max-widths
Add callout to code editor library: https://paste-docs-git-website-update-code-editor-library-aaf3f8-twilio.vercel.app/core/libraries/code-editor#about